Could you try adding ?umbdebugshowtrace=1 to the page where you're seeing this error? This will give you a trace log where any potential error message will be marked with red. Please copy that text in here.
Also what version of Umbraco are you using and what version of uCommerce did you install?
I believe a change in one of the latest Umbraco version makes the GetMedia API fail for ids that can't be converted to ints.
Try changing the code that displays images to include a test to check whether it's actually a number like so (we'll add this to the store package too):
Product definitions and Error parsing XSLT file: \xslt\Category[XSLT].xslt
Hi,
I have set up the demo store and everything seemed to be working fine.
Then I created my own product definitions and added them to my store and I'm now getting a
Error parsing XSLT file: \xslt\Category[XSLT].xslt
Any ideas - I'm guessing I have missed a step!
Nick
Hi Nick and welcome to our :)
Could you try adding ?umbdebugshowtrace=1 to the page where you're seeing this error? This will give you a trace log where any potential error message will be marked with red. Please copy that text in here.
Also what version of Umbraco are you using and what version of uCommerce did you install?
/Jan
Hi Nick,
I believe a change in one of the latest Umbraco version makes the GetMedia API fail for ids that can't be converted to ints.
Try changing the code that displays images to include a test to check whether it's actually a number like so (we'll add this to the store package too):
Hope this helps.
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.